projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80e01c1
)
Make byte-force-recompile suitably interactive.
author
Simon Marshall
<simon@gnu.org>
Mon, 6 Nov 1995 13:27:08 +0000
(13:27 +0000)
committer
Simon Marshall
<simon@gnu.org>
Mon, 6 Nov 1995 13:27:08 +0000
(13:27 +0000)
lisp/emacs-lisp/bytecomp.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/bytecomp.el
b/lisp/emacs-lisp/bytecomp.el
index f323d8262dcbed7d5ece5abe18c88034d13c8208..29155123bf8ed81e000d22d754595407a19e2892 100644
(file)
--- a/
lisp/emacs-lisp/bytecomp.el
+++ b/
lisp/emacs-lisp/bytecomp.el
@@
-1125,6
+1125,7
@@
otherwise pop it")
(defun byte-force-recompile (directory)
"Recompile every `.el' file in DIRECTORY that already has a `.elc' file.
Files in subdirectories of DIRECTORY are processed also."
+ (interactive "DByte recompile directory: ")
(byte-recompile-directory directory nil t))
;;;###autoload